WorldClient Pro © 1999-2000 Alt-N Technologies. All Rights Reserved. |
|
AddrLookup INI File |
|
This file contains a section for each unique LDAP server that you want to allow your users to query using the Address Lookup link found on the Compose page. An LDAP search is done based on the settings that you specify in this file.
LDAP[#]
Create a section
like this for each LDAP server that you want to allow your users to
query (e.g. LDAP1, LDAP2, LDAP3, and so on).
Host - Host name or IP address of LDAP host. May optionally contain multiple hosts separated by a space, and/or port by adding ":#" (e.g. ldap.company.com ldap2.company.com:389).
Descr - Name that appears in the drop-down list box of AddrLookup.
TimeLimit - Maximum time in second to wait for results from LDAP server.
SizeLimit - Maximum number of results to request from LDAP server.
Base - Attribute value pair(s) to specify as the base for LDAP request. (e.g. c=US)
Filter - Attribute value pair(s) to specify as search criteria. NAME is replaced with the user's search text. Example: (cn=*NAME*)
NameAttr - Attribute to display values for in the "Name" column of AddrLookup. Example: cn (to display Common Name).
MailAttr - Attribute to display values for in the "Email Address" column of AddrLookup. Example: mail